bsp_object *get_active_object(char *name)
Parameter | Type | Description |
---|---|---|
name | char * | object name |
Returns a pointer to the given object or NULL if object not found.
This function is used to get objects from the active objects linked list. It returns the object pointer for a given string based name.